FieldRange Constructor(String[])
In This Topic
Initializes a new instance of the
FieldRange.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As String _
)
public FieldRange(
params string[]
)
Parameters
- fields
- Array of the fields name.
See Also